Learn R Programming

DDPM (version 0.1.0)

Adult female European red mites: Twenty-five leaves were selected at random from each of six similar apple trees

Description

The function gives the number of adult female European red mites on each leaf.

Usage

data_mites

Value

data_mites gives the number of adult female European red mites on each leaf.

Arguments

data_mites

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

Twenty-five leaves were selected at random from each of six similar apple trees in an orchard, and the adult female European red mites on each leaf were counted. They were used by Ross and Preece (1985) and studied by the negative binomial distribution.

References

Ross, G. J. S., & Preece, D. A. (1985). The negative binomial distribution. Journal of the Royal Statistical Society: Series D (The Statistician), 34(3), 323-335.

See Also

data_root

Examples

Run this code
x<-data_mites
summary(x)
table (x)

Run the code above in your browser using DataLab